home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / diff.arc / TC-READ.ME < prev   
Text File  |  1988-07-20  |  431b  |  13 lines

  1.  
  2. 1.  Make certain that the first line is a #define TURBO 1 line.
  3. 2.  Compile in the Large model.
  4. 3.  Set the optimizations:
  5.     a) to optimize for speed, not size
  6.     b) to use register variables
  7.     c) to invoke register optimization
  8.     c) to invoke jump optimization
  9. 4.  Even with the foregoing, this program can run slowly on a large file
  10.     (as much as 60 seconds to compare two 40K files in a 4.77 MHz PC!)
  11.     Be patient.
  12.  
  13.